home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / cmdshelp / popmail < prev    next >
Text File  |  1994-08-24  |  2KB  |  62 lines

  1.  
  2. popmail <subcommands>
  3.  
  4.     popmail addserver <host> [<seconds>] [hh:mm-hh:mm] <protocol>
  5.     <mailbox> <username> [<password>]
  6.  
  7.  
  8.      Add hostP as a pop server. When seconds is given, a timer is
  9.      started to query the  host with that interval for mail. If not
  10.      specified no querying to the pop host will be started. You have
  11.      to do that manualy with a kick.  When  hh:mm is given then only
  12.      in that exact timeframe are queries to the host made (allowed).
  13.      Protocol is either POP2 or POP3, depending on the  mail service
  14.      the host is providing.
  15.  
  16.      Note: pop2 is superceded by pop3.
  17.  
  18.      Mailbox is the mailbox name on the host where mail has to be
  19.      picked up.
  20.      
  21.      Username and password are this system's validation parameters for
  22.      the host.  If password is omitted, it is obtained from the console.
  23.  
  24.      Note: On entering this command the host name is looked up. If
  25.      nonexistent, an error message is displayed.
  26.  
  27.     popmail dropserver <host>
  28.  
  29.  
  30.      Drops host from the list of pop servers to be queried.  All
  31.      references to the entry are deleted from the current system.
  32.  
  33.     popmail kick <host>
  34.  
  35.      Starts a pop session with host to retrieve mail.  This command is
  36.      needed  when no interval is specified with the popmail addserver
  37.      command.
  38.  
  39.     popmail list
  40.  
  41.      Lists the current popmail server table.
  42.  
  43.     popmail quiet <yes|NO>
  44.  
  45.      Displays or sets the notification of new mail ariving via pop.
  46.  
  47.     popmail trace <level>                                 Default: 1
  48.  
  49.      Displays or sets the trace level of pop sessions. Current trace
  50.      levels are:
  51.      
  52.       0 - No tracing
  53.       1 - Serious errors reported
  54.       2 - Transient errors reported
  55.       3 - session progress reported
  56.      
  57.      Note that tracing only goes to the log file.
  58.  
  59.     popmail lzw [off | ON]
  60.  
  61.      Displays or sets the LZW compression enable flag.
  62.